home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / FREEZ00.EXE / RCDATA / CABINET / FREEZIP.INF < prev    next >
Windows Setup INFormation  |  1998-02-11  |  5KB  |  147 lines

  1. ;___________________________________________________________
  2. ;        FreeZip version 1.3.2 
  3. ;        ⌐1997-1998 Dariusz Stanislawek <ds@null.net>
  4. ;        http://www.healey.com.au/~nu-lifetv/freezip/
  5. ;___________________________________________________________
  6.  
  7. [version]
  8. signature="$CHICAGO$"
  9. AdvancedINF=2.5, "You need an updated version of Advpack.dll."
  10.  
  11. [DefaultInstall]
  12. CopyFiles=FreeZip.inf.copy,FreeZipCopy
  13. AddReg=FreeZipReg
  14.  
  15. [DefaultInstall.NT]
  16. CopyFiles=FreeZip.inf.copy,FreeZipCopy
  17. AddReg=FreeZipRegNT
  18.  
  19. [DestinationDirs]
  20. FreeZip.inf.copy=17
  21. FreeZipCopy=13
  22.  
  23. [FreeZipCopy]
  24. unzip.exe
  25. zip.exe
  26. freezip.ico
  27. freezip.txt
  28.  
  29. [FreeZip.inf.copy]
  30. freezip.inf
  31.  
  32. [SourceDisksNames]
  33. 1="",,0
  34.  
  35. [SourceDisksFiles]
  36. freezip.inf=1
  37. unzip.exe=1
  38. zip.exe=1
  39. freezip.ico=1
  40. freezip.txt=1
  41.  
  42. [FreeZipReg]
  43. HKCR,"Directory\shell\Zip\command",,,"%13%\zip.exe -rS Free *"
  44. HKCR,".zip",,,"zipfile"
  45. HKCR,".zip","Content Type",,"application/x-zip-compressed"
  46. HKCR,"zipfile",,,"ZIP File"
  47. HKCR,"zipfile\DefaultIcon",,,"%13%\freezip.ico"
  48. HKCR,"zipfile\Shell",,,"UnZip"
  49. HKCR,"zipfile\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"""
  50. HKCR,"zipfile\Shell\ListZip\command",,,"%25%\command.com /k %13%\unzip.exe -lM ""%%1"""
  51. HKCR,"zipfile\Shell\TestZip\command",,,"%25%\command.com /k %13%\unzip.exe -tM ""%%1"""
  52. HKCR,"zipfile\Shell\Pick UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Pickfolder"
  53. HKCR,"zipfile\Shell\Reset UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Resetfolder"
  54. HKCR,"zipfile\Shell\FreeZip Help\command",,,"%25%\notepad.exe %13%\freezip.txt"
  55. HKCR,"zipfile\Shell\About FreeZip\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,About"
  56. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"DisplayName",,"FreeZip" 
  57. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"UninstallString",,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Uninstall" 
  58.  
  59. [FreeZipRegNT]
  60. HKCR,"Directory\shell\Zip\command",,,"%13%\zip.exe -rS Free *"
  61. HKCR,".zip",,,"zipfile"
  62. HKCR,".zip","Content Type",,"application/x-zip-compressed"
  63. HKCR,"zipfile",,,"ZIP File"
  64. HKCR,"zipfile\DefaultIcon",,,"%13%\freezip.ico"
  65. HKCR,"zipfile\Shell",,,"UnZip"
  66. HKCR,"zipfile\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"""
  67. HKCR,"zipfile\Shell\ListZip\command",,,"%11%\cmd.exe /k %13%\unzip.exe -lM ""%%1"""
  68. HKCR,"zipfile\Shell\TestZip\command",,,"%11%\cmd.exe /k %13%\unzip.exe -tM ""%%1"""
  69. HKCR,"zipfile\Shell\Pick UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Pickfolder"
  70. HKCR,"zipfile\Shell\Reset UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Resetfolder"
  71. HKCR,"zipfile\Shell\FreeZip Help\command",,,"%25%\notepad.exe %13%\freezip.txt"
  72. HKCR,"zipfile\Shell\About FreeZip\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,About"
  73. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"DisplayName",,"FreeZip" 
  74. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"UninstallString",,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Uninstall" 
  75.  
  76. ;-------------------------------------------------------------------
  77.  
  78. [Uninstall]
  79. DelReg=UnFreeZipReg
  80. DelFiles=FreeZipCopy
  81. BeginPrompt=BeginPromptSection
  82. EndPrompt=EndPromptSection
  83. Cleanup=1
  84.  
  85. [UnFreeZipReg]
  86. HKCR,".zip"
  87. HKCR,"zipfile"
  88. HKCR,"Directory\shell\Zip"
  89.   HKCR,"*\shell\Zip"
  90.   ; it's only for backward (in)compatibility
  91. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip
  92.  
  93. [BeginPromptSection]
  94. Prompt="Uninstall FreeZip?"
  95. ButtonType=YESNO
  96. Title="FreeZip"
  97.  
  98. [EndPromptSection]
  99. Prompt="FreeZip was successfully removed"
  100.  
  101. ;-------------------------------------------------------------------
  102.  
  103. [About]
  104. BeginPrompt=BeginPromptSectionAbout
  105. EndPrompt=EndPromptSectionAbout
  106.  
  107. [BeginPromptSectionAbout]
  108. Title="FreeZip"
  109.  
  110. [EndPromptSectionAbout]
  111. Prompt="Version 1.3.2  ⌐1997-1998 Dariusz Stanislawek <ds@null.net> http://www.healey.com.au/~nu-lifetv/freezip/"
  112.  
  113. ;-------------------------------------------------------------------
  114.  
  115. [Pickfolder]
  116. CustomDestination=UnZipDir
  117. AddReg=ChangeRegKeys
  118. BeginPrompt=BeginPromptSectionAbout
  119.  
  120. [UnZipDir]
  121. 49100=CustomUnZipDir,1
  122.  
  123. [CustomUnZipDir]
  124. HKCR,zipfile,null,"Where would you like to always decompress zip files?",
  125.  
  126. [ChangeRegKeys]
  127. HKCR,"zipfile\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"" -d ""%49100%"""
  128.  
  129. [Resetfolder]
  130. BeginPrompt=BeginPromptSectionReset
  131. AddReg=ResetRegKeys
  132. EndPrompt=EndPromptSectionReset
  133.  
  134. [BeginPromptSectionReset]
  135. Prompt="Reset UnZip folder?"
  136. ButtonType=YESNO
  137. Title="FreeZip"
  138.  
  139. [ResetRegKeys]
  140. HKCR,"zipfile\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"""
  141.  
  142. [EndPromptSectionReset]
  143. Prompt="Zip files will be always decompressed to the current folder"
  144.  
  145. ;-------------------------------------------------------------------
  146.